+opencc (0.3.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Remove autotools-dev and quilt from Build-Depends
+
+ -- Kan-Ru Chen <koster@debian.org> Sat, 17 Dec 2011 16:41:49 +0800
+
opencc (0.2.0-2) unstable; urgency=low
* Fix "Please fix FTBFS on mips, ppc, s390 and sparc" (Closes: #624562)
Priority: optional
Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
Uploaders: LI Daobing <lidaobing@debian.org>, Asias He <asias.hejun@gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, cmake, quilt (>= 0.46-7~)
+Build-Depends: debhelper (>= 7.0.50~), cmake
Standards-Version: 3.9.2
Section: libs
Homepage: http://code.google.com/p/opencc
#!/usr/bin/make -f
%:
- dh $@ --with quilt
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT:BOOL=ON